func runtime.packPallocSum
6 uses
runtime (current package)
mpagealloc.go#L728: lastSum := packPallocSum(0, 0, 0)
mpagealloc.go#L996: func packPallocSum(start, max, end uint) pallocSum {
mpagealloc.go#L1080: return packPallocSum(start, max, end)
mpallocbits.go#L163: return packPallocSum(n, n, n)
mpallocbits.go#L170: return packPallocSum(start, max, cur)
mpallocbits.go#L227: return packPallocSum(start, max, cur)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |